Use the appropriate include for libcloudproviders
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 17 Jun 2020 19:49:57 +0000 (20:49 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 17 Jun 2020 19:49:57 +0000 (20:49 +0100)
commit12c38c1d57dea889441bdfaaf5c438e2a6bbcbf0
tree109b5c19fc70a9f5a3e4a3e7b5216058f983325f
parentd243c6d7f9b4eeb9a1f0a25ac8d0a3ce3f6488b6
Use the appropriate include for libcloudproviders

Libcloudproviders has a single header entry point, so we shouldn't
include a sub-header.

Additionally, the include path provided by the pkg-config file is:

  -I${includedir}/cloudproviders

So the include directive should be:

  #include <cloudproviders.h>

The fact that it worked until now was an accident caused by the blanket:

  -I${includedir}

we get for free; it broke the build when using libcloudproviders as a
subproject.
gtk/gtksidebarrow.c